home *** CD-ROM | disk | FTP | other *** search
- @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
- /* :: menupopup :: */
-
- menupopup,
- popup {
- border: 2px solid;
- -moz-border-top-colors: #8d8d8d #e1e3e8;
- -moz-border-right-colors: #8d8d8d #e1e3e8;
- -moz-border-bottom-colors: #8d8d8d #e1e3e8;
- -moz-border-left-colors: #8d8d8d #e1e3e8;
- -moz-border-radius: 2px;
- min-width: 1px;
- margin-bottom: 1px; /* This fixes the problem where the last option is automatically activated */
- /* when opening navigator's popups at the right bottom corner */
- background-color: #fafafa;}
-
- menubar menupopup {
- margin-bottom: 0px;}
-
- /* :: tooltip :: */
-
- tooltip {
- -moz-appearance: tooltip;
- margin-top: 21px;
- border: 1px solid InfoText;
- padding: 2px 3px;
- max-width: 40em;
- background-color: InfoBackground;
- color: InfoText;
- font: message-box;}
-
- .tooltip-label {
- margin: 0px !important;}
-
- tooltip[titletip="true"] {
- /* See bug 32157 comment 128
- * margin: -2px 0px 0px -3px;
- */
- max-width: none;}
-
- /* rules for popups associated with menulists */
-
- menulist > menupopup,
- .menulist-menupopup {
- border: 1px solid black;
- padding: 0px;
- min-width: 0px;
- background-color: white;}
-
- menupopup menupopup,
- popup menupopup {
- margin-top: 3px;
- margin-left: -8px;}
-